x86-64/mmcfg: fix pci_mmcfg_arch_free()
authorJan Beulich <jbeulich@novell.com>
Fri, 1 Jul 2011 19:44:21 +0000 (20:44 +0100)
committerJan Beulich <jbeulich@novell.com>
Fri, 1 Jul 2011 19:44:21 +0000 (20:44 +0100)
commit81855a95f6f38d60b09e527b5bef7072669f2daa
tree77c5b950683b3a01314f5cae4391abb4eb42dcb6
parent442ecc90354a7a094ee7a9ad21ad8faaa40ce0c5
x86-64/mmcfg: fix pci_mmcfg_arch_free()

While only used on error paths so far, it should still actually do
something (which iounmap(), being an empty stub, doesn't).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_64/mmconfig_64.c